home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / misc / ScriptMaker13.lha / ScriptMaker.doc < prev   
Text File  |  1995-05-13  |  4KB  |  142 lines

  1.  
  2.                                    ****************
  3.                                    * Script Maker *
  4.                                    ****************
  5.  
  6.  
  7.  
  8. Introduction
  9. ------------
  10.  
  11. A few weeks ago I uploaded HD install scripts to Aminet. While I was
  12. reading them I realized that there were only few differences between them.
  13. So I decided to create Script Maker, which can generate an Amiga DOS install
  14. script just with a few details.
  15.  
  16.  
  17. Installation / Needs
  18. --------------------
  19.  
  20. Easy : copy Script Maker where you want.
  21.  
  22. The file Icn.inf MUST be copied in the directory in which you have put Script Maker
  23. or it will not work.
  24.  
  25. Generated script will need standard Amiga DOS commands, like ECHO, COPY, and so on...
  26. It will need REQUESTFILE and REQUESTCHOICE but if you can't use them on your computer
  27. just modify the script after it has been generated.
  28.  
  29. Usage
  30. -----
  31.  
  32. From CLI : ScriptMaker Name
  33.  
  34. where Name is the name of the script you are creating.
  35.  
  36. Once run, Script Maker will ask you some questions. They are not detailed
  37. here because they are quite simple.
  38.  
  39. After this you have a nice script.
  40.  
  41. Script Maker only generates a simple script which copies every file from disks
  42. to hard disk after asking you where to put it. If you need specific copy you
  43. will have do modify the script yourself.
  44.  
  45.  
  46. Disclaimer
  47. ----------
  48.  
  49. You use Script Maker at your own risks. It has been tested for hours on my computer
  50. (A1200). I can't be responsible if it breaks something (it shouldn't, due
  51. to the technics used).
  52.  
  53. By the way I've just tested it installing FlashBack (thank you Delphine Software for
  54. this GREAT game) and it worked fine.
  55.  
  56.  
  57. History
  58. -------
  59.  
  60. April 1995              Version 1.0             First release
  61.  
  62. April 1995              Version 1.2             Script Makers now puts the 's' flag
  63.                                                 so the script can be run directly from
  64.                                                 CLI. It also puts a project icon with
  65.                                                 IconX as default tool for the same purpose
  66.                                                 from WB.
  67.  
  68. May 1995                Version 1.3             Some bugs about version removed. I have
  69.                                                 also rewritten some parts of the program
  70.                                                 to make it much cleaner.
  71.  
  72.  
  73.  
  74. Author / Distribution
  75. ---------------------
  76.  
  77. Script Maker has been created by
  78.  
  79. Mr Franck ANIERE
  80. 30, Rue Jean Bouin
  81. 93220 GAGNY (France)
  82.  
  83. E-Mail : aniere@massena.univ-mlv.fr
  84.          aniere@fillmore.univ-mlv.fr
  85.          aniere@univ-mlv.fr (if the 2 others don't work)
  86.  
  87. IRC    : My nickname is FSA. I can be found on #amigafr
  88.          and sometimes on #amiga.
  89.  
  90. You can join me for any comments, suggestions or bug reports.
  91.  
  92. This product is FREEWARE, but I keep a copyright on it.
  93. You can diffuse and use it freely if you keep the archive
  94. intact and don't put a virus in it.
  95. Aminet, Fred Fish, Funet and other Public Domain organisations
  96. or Amiga magazines are allowed to distribute this product, on
  97. floppy disk as well as on CD ROM if the price of the support is
  98. normal. France Festival Distribution WILL NEVER BE ALLOWED to
  99. diffuse it.
  100.  
  101. This is my first attempt of an Ixemul free product. If it doesn't
  102. work just contact me and tell me what is not working. I'll try to fix
  103. it or I'll send you a version compiled to work with Ixemul.library.
  104.  
  105.  
  106. Thanks
  107. ------
  108.  
  109. I want to thank the following persons who really helped me with this
  110. product.
  111.  
  112.  
  113.     * Tommy Johansson, who has found bugs listed in the history section
  114.       and suggested me improvements of the version 1.2.
  115.       Thank you Tommy, without you Script Maker would be an ugly buggy thing.
  116.  
  117.     * Philippe Brand, for all his explanations about compiling Ixemul free
  118.       programs with GCC.
  119.  
  120.     * Sylvain Rougier, for advice about how to make a clean program.
  121.  
  122.     * People who created Amiga, for such a great computer.
  123.  
  124.  
  125. To do
  126. -----
  127.  
  128. Well, I'd like to add many things to it, like :
  129.  
  130.         - A nice interface
  131.  
  132.         - Recall previous scripts mode
  133.  
  134.         - Specify mode (not only #? to copy files)
  135.  
  136.         - Installer and other Shells versions of the generated script
  137.  
  138.         - New things I don't imagine now
  139.  
  140.  
  141. And wathever you tell me, if I can do it (I'm a student and I have so much work...).
  142.